Struct isotope_parser::ast::App [−][src]
Expand description
A function application
Implementations
pub fn pretty<'a, D, A>(&'a self, allocator: &'a D) -> DocBuilder<'a, D, A> where
D: DocAllocator<'a, A>,
D::Doc: Clone,
A: Clone,
[src]
pub fn pretty<'a, D, A>(&'a self, allocator: &'a D) -> DocBuilder<'a, D, A> where
D: DocAllocator<'a, A>,
D::Doc: Clone,
A: Clone,
[src]Prettyprint an application
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for App
impl UnwindSafe for App
Blanket Implementations
Mutably borrows from an owned value. Read more